encoding/xml.printer.closed (field)

6 uses

	encoding/xml (current package)
		marshal.go#L333: 	closed     bool
		marshal.go#L1006: 	if p.closed && p.err == nil {
		marshal.go#L1017: 	if p.closed && p.err == nil {
		marshal.go#L1028: 	if p.closed && p.err == nil {
		marshal.go#L1041: 	if p.closed {
		marshal.go#L1044: 	p.closed = true